//AXIOS PARA CONECTAR AO BANCO PELA API
yarn add axios

SAFE AREA CONTEXT
expo install react-native-safe-area-context

//INSTALAÇÕES PARA NAVIGATION
yarn add @react-navigation/native
yarn add @react-navigation/stack
yarn add @react-navigation/native-stack

//BARRA DE PROGRESSO CIRCULAR
yarn add --save react-native-circular-progress react-native-svg

se utilizar o expo instale abaixo
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view

yarn add @react-navigation/bottom-tabs
yarn add @react-navigation/drawer


Fontes e recursos para a app update
yarn add @expo-google-fonts/jost
yarn add expo-app-loading
yarn add expo-updates


//cards da listagem pessoas
yarn add --save react-native-swipeable-row
yarn add react-native-redash

Vector Icons
yarn add --save react-native-vector-icons
react-native link react-native-vector-icons

Mascaras
yarn add react-native-masked-text

Lottie
npm i lottie-react-native

Carrousel
npm install --save react-native-snap-carousel


Storage para sessão do Login
expo install @react-native-community/async-storage

DateTimePicker expo
expo install @react-native-community/datetimepicker

Pacote Animatable
npm install react-native-animatable --save

Select
npm install react-native-picker-select